home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-07-28 | 536 b | 17 lines | [TEXT/MSWD] |
- Settings File = Your Settings File
- Script Name = MiniBBS Receives File
- Command Key =
- F-key =
- Menu = NO
- Button = NO
-
- 1 Set Variable FileToReceive from Expression "= 'Received_File_',NumberReceived"
- 2 Send Text String "OK! Send your file now using any protocol you like.^M"
- 3 Receive File * Auto "= FileToReceive"
- 4 If Success
- 5 Send Text String "File Received! Thanks!^M"
- 6 Set Variable NumberReceived from Expression "= NumberReceived+1"
- 7 Else
- 8 Send Text String "File not received! ^M"
- 9 End If
-